remus: remove remus kernel extensions (now distributed with pvops kernel)
authorBrendan Cully <brendan@cs.ubc.ca>
Tue, 7 Sep 2010 18:15:24 +0000 (19:15 +0100)
committerBrendan Cully <brendan@cs.ubc.ca>
Tue, 7 Sep 2010 18:15:24 +0000 (19:15 +0100)
commitf6b82709092eaac42b5c892a8f5bbef92614c44a
treef9bed4b077967d9715c9c326c32495ce9b7fb5e6
parent167c73522ee005a7316db1d33172fe0d2a97b4ef
remus: remove remus kernel extensions (now distributed with pvops kernel)

Note that 2.6.18 doesn't have these extensions, so as of this patch
Remus no longer supports 2.6.18 dom0 (2.6.18 is still the preferred
kernel for domU, since it contains the suspend event channel).

Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
25 files changed:
tools/remus/Makefile
tools/remus/imqebt/Makefile [deleted file]
tools/remus/imqebt/README [deleted file]
tools/remus/imqebt/communication.c [deleted file]
tools/remus/imqebt/ebtables-standalone.c [deleted file]
tools/remus/imqebt/ebtables.c [deleted file]
tools/remus/imqebt/extensions/Makefile [deleted file]
tools/remus/imqebt/extensions/ebt_imq.c [deleted file]
tools/remus/imqebt/extensions/ebt_standard.c [deleted file]
tools/remus/imqebt/extensions/ebtable_filter.c [deleted file]
tools/remus/imqebt/getethertype.c [deleted file]
tools/remus/imqebt/include/ebtables_u.h [deleted file]
tools/remus/imqebt/include/ethernetdb.h [deleted file]
tools/remus/imqebt/include/linux/if_ether.h [deleted file]
tools/remus/imqebt/include/linux/netfilter_bridge.h [deleted file]
tools/remus/imqebt/include/linux/netfilter_bridge/ebt_imq.h [deleted file]
tools/remus/imqebt/include/linux/netfilter_bridge/ebtables.h [deleted file]
tools/remus/imqebt/include/linux/types.h [deleted file]
tools/remus/imqebt/libebtc.c [deleted file]
tools/remus/imqebt/useful_functions.c [deleted file]
tools/remus/kmod/Kbuild [deleted file]
tools/remus/kmod/Makefile [deleted file]
tools/remus/kmod/ebt_imq.c [deleted file]
tools/remus/kmod/ebt_imq.h [deleted file]
tools/remus/kmod/sch_queue.c [deleted file]